body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
body {
	background-color: #FFF;
	left: 20px;
	top: 20px;
}
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #F00;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-size: xx-large;
	text-align: center;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: large;
}
